home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / wintech1.zip / PETZOLD.ZIP / HELLOWIN.MAK < prev    next >
Text File  |  1991-11-03  |  338b  |  14 lines

  1. #------------------------
  2. # HELLOWIN.MAK make file
  3. #------------------------
  4.  
  5. hellowin.exe : hellowin.obj hellowin.def hellowin.res
  6.      link hellowin,, NUL, /nod slibcew libw, hellowin
  7.      rc hellowin.res
  8.  
  9. hellowin.obj : hellowin.c
  10.      cl -c -G2sw -Ow -W3 -Zp hellowin.c
  11.  
  12. hellowin.res : hellowin.rc
  13.      rc -r hellowin.rc
  14.